Welcome![Sign In][Sign Up]
Location:
Search - DOS GUI

Search list

[Linux-Unix97288433simplelinuxchat

Description: 这是一个支持\"微型嵌入式 GUI\" 的 SDK For Linux 版,其 GUI 核心可于 Linux, DOS 16/32 Bit, uC/OS-II及Windows 等平台工作,支持常用控件有:MAINWINDOW主窗口,DLGWINDOW对话框窗 口,BUTTON按钮
Platform: | Size: 1664 | Author: 王义 | Hits:

[OS programDosCmd

Description: 能够在GUI环境下执行DOS命令,并且将DOS命令的结果返回在文本框内
Platform: | Size: 297457 | Author: xx | Hits:

[Embeded-SCM Developsdk4dos

Description: MS-DOS下的GUI界面开发工具包SDK4DOS
Platform: | Size: 288740 | Author: Tony Chen | Hits:

[Otherdpt

Description: 内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. WIN32 GUI版本暂使用备份功能(其他模块也都已全部写好,全是完整的,现在仅开启备份功能),如果想使用还原替换和比较功能,可自行打开调用的开关或加几句调用的代码就可以了
Platform: | Size: 280856 | Author: 王大 | Hits:

[Books加密解密技术内幕

Description: 加密解密技术内幕 第1章 PE文件格式深入研究 1.1 PE文件格式格式纵览 1.1.1 区块(Section) 1.1.2 相对虚拟地址(Relative Virtual Addresses) 1.1.3 数据目录 1.1.4 输入函数(Importing Functions) 1.2 PE文件结构 1.2.1 The MS-DOS头部 1.2.2 IMAGE_NT_HEADERS头部 1.2.3 区块表(The Section Table) 1.2.4 各种块(Sections)的描述 1.2.5 输出表 1.2.6 输出转向(Export Forwarding) 1.2.7 输入表 1.2.8 绑定输入(Bound import) 1.2.9 延迟装入数据(Delayload Data) 1.2.10 资源 1.2.11 基址重定位(Base Relocations) 1.2.12 调试目录(DebugDirectory) 1.2.13 NET头部 1.2.14 TLS初始化 1.2.15 程序异常数据 第2章 PE分析工具编写 2.1 文件格式检查 2.2 FileHeader和OptionalHeader内容的读取 2.3 得到数据目录(Data Dircetory)信息 2.4 得到块表(SectionTable)信息 2.5 得到输出表(ExportTable)信息 2.6 得到输入表(ImportTable)信息 第3章 Win32 调试API 3.1 Win32调试API原理 3.1.1 调试相关函数简要说明 3.1.2 调试事件 3.1.3 如何在调试时创建并跟踪一个进程 3.1.4 最主要的循环体 3.1.5 如何处理调试事件 3.1.6 线程环境详解 3.1.7 如何在另一个进程中注入代码 3.2 利用调试API编写脱壳机 3.2.1 tElock 0.98脱壳简介 3.2.2 脱壳机的编写 3.3 利用调试API制作内存补丁 3.3.1 跨进程内存存取机制 3.3.2 Debug API机制 第4章 Windows下的异常处理 4.1 基本概念 4.1.1 Windows下的软件异常 4.1.2 未公开的可靠吗 4.2 结构化异常处理(SEH) 4.2.1 异常处理的基本过程 4.2.2 SEH的分类 4.2.3 相关API 4.2.4 SEH相关数据结构 4.3 异常处理程序设计 4.3.1 顶层(top-level)异常处理 4.3.2 线程异常处理 4.3.3 异常处理的堆栈展开(Stack unwind) 4.3.4 异常处理程序设计中的几个注意事项: 4.4 SEH的简单应用 4.4.1 Win9x下利用SEH进ring0 4.4.2 利用SEH实现对自身的单步自跟踪 4.4.3 其它应用 4.5 系统背后的秘密 4.6 VC是如何封装系统提供的SEH机制的 4.6.1 扩展的EXCEPTION_REGISTRATION级相关结构 4.6.2 数据结构组织 4.7 Windows XP下的向量化异常处理(VEH) 第5章 软件加密技术 5.1 反调试技术(Anti-Debug) 5.1.1 句柄检测 5.1.2 SoftICE后门指令 5.1.3 int68子类型 5.1.4 ICECream子类型 5.1.5 判断NTICE服务是否运行 5.1.6 INT 1 检测 5.1.7 利用UnhandledExceptionFilter检测 5.1.8 INT 41子类型 5.2 反跟踪技术(Anti-Trace) 5.2.1 断点检测 5.2.2 利用SEH反跟踪 5.2.3 SMC技术实现 5.3 反加载技术(Anti-Loader) 5.3.1 利用TEB检测 5.3.2 利用IsDebuggerPresent函数检测 5.3.3 检查父进程 5.4 反DUMP技术(Anti-Dump) 5.5 文件完整性检验 5.5.1 CRC校验实现 5.5.2 校验和(Checksum) 5.5.3 内存映像校验 5.6 反监视技术(Anti-Monitor) 5.6.1 窗口方法检测 5.6.2 句柄检测 5.7 反静态分析技术 5.7.1 扰乱汇编代码 5.7.2 花指令 5.7.3 信息隐藏 5.8 代码与数据结合技术 5.9 软件保护的若干忠告 第6章 加壳软件编写 6.1 外壳编写基础 6.1.1 判断文件是否是PE格式的EXE文件 6.1.2 文件基本数据的读入 6.1.3 额外数据保留 6.1.4 重定位数据的去除 6.1.5 文件的压缩 6.1.6 资源区块的处理 6.1.7 区块的融合 6.1.8 输入表的处理 6.1.9 外壳部分的编写 6.1.10 将外壳部分添加至原程序 6.1.10 小结 6.2 加壳程序综合运用的实例 6.2.1 程序简介 6.2.2 加壳子程序(WJQ_ShellBegin()) 6.2.3 PE外壳程序 6.2.4 加进Anti技术 6.2.5 通过外壳修改被加壳PE 6.2.6 VC++调用汇编子程序 第7章 如何让壳与程序融为一体 7.1 序 7.1.1 为何需要壳和程序一体化 7.1.2 为阅读此章节需要的知识 7.1.3 基于此章节用的的例子程序说明 7.2 欺骗检查壳的工具 7.2.1 fi是如何检查壳的 7.2.2 欺骗fi 7.3 判断自己是否给脱壳了 7.3.1 判断文件尺寸 7.3.2 检查标记 7.3.3 外部检测(使用dll) 7.3.4 hook 相关的api(防止loader和调试api) 7.4 使用sdk把程序和壳溶为一体 7.4.1 sdk的意义 7.4.2 做一个带sdk的壳 7.5 后记:关于壳和程序的思考 第8章 Visual Basic 6 逆向工程 8.1 简介 8.2 P-code传奇 8.3 VB编译奥秘 8.4 VB与COM 8.5 VB可执行程序结构研究 8.6 VB程序事件解读 8.7 VB程序图形界面(GUI)解读 8.8 VB程序执行代码研究 8.9 我们的工具 8.10 VB程序保护篇 附录A 在Visual C++中使用内联汇编 附录B 在Visual Basic中使用汇编
Platform: | Size: 1389111 | Author: vachel | Hits:

[Disk Toolsdisk_tool_miniTO

Description: 分区表备份器 miniTO 源码 现传上源码...希望能对正学习DOS,WINDOWS,磁盘和编程者有点帮助... 内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. WIN32 GUI版本暂使用备份功能(其他模块也都已全部写好,全是完整的,现在仅开启备份功能),如果想使用还原替换和比较功能,可自行打开调用的开关或加几句调用的代码就可以了, 一会儿我再把它们加上去,... (在WIN,打印功能是不能使用直接使用DOS的代码的,要把它们先送到编辑框的缓冲区再显示的...有兴趣的也可自己弄...) 因刚刚从DOS代码转写成WIN,程序提示还没有完全改写成WIN的,printf()等还留在里面,不过对编译没有影响,有时间可以改写掉, 因时间关系,没有详细的注释,不过在写的时候,变量名字基本是根据其功能起的,所以,对程序的代码思路还是不难理解的-Backup partition table for miniTO source is on the traditional source of hope ... is learning DOS, Windows, disk and programmers a little help ... containing pure DOS. Win32 console and GUI Win32 version 3. They generated backup file can be any version convinces used. Win32 GUI version occasional use backup functions (other modules have already been prepared, all is complete, Now only open backup function), if we want to reinstate the use of replacement and comparison functions, can open the call of a few switches or additions to the calling code can be, I then later they added. ... (WIN, Print function is not used directly use the DOS code. They should first sent to the editors of the frame buffer shows again and again ... interested can also get their own ...) from a DO S WIN code into t
Platform: | Size: 260096 | Author: 李大大 | Hits:

[Disk Toolsdisk_tool_miniTO_updated_edition

Description: 现传上源码...希望能对正学习DOS,WINDOWS,磁盘和编程者有点帮助... 内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. DOS版具有全部功能 WIN版控制台 暂未开启打印功能 WIN版GUI 暂未开启比较和打印功能 WIN32 版本的暂未开启的功能的模块都是完整的,如果想使用,可自行打开调用的开关或加几句调用的代码就可以了, 以后有时间我再把它们加上去,...) (在WIN,打印功能是不能使用直接使用DOS的代码的,要把它们先送到编辑框的缓冲区再显示的...有兴趣的也可自己弄...) 因刚刚从DOS代码转写成WIN,程序提示还没有完全改写成WIN的,printf()等还留在里面,不过对编译没有影响,有时间可以改写掉, 因时间关系,没有详细的注释,不过在写的时候,变量名字基本是根据其功能起的,所以,对程序的代码思路还是不难理解的-is on the traditional source of hope ... is learning DOS, Windows, disk and programmers a little help ... containing pure DOS. Win32 console and GUI Win32 version 3. They generated backup file can be any version convinces used. DOS version is fully functional WIN version of the console is yet to open the Print function WIN version of the GUI yet opened earlier and print versions of the Win32 function is yet to open the function of the module is a complete, and if we want to use, can open the call of a few switches or additions to the calling code can be in the future when I have time then they added. ...) (WIN, Print function is not used directly use the DOS code. They should first sent to the editors of the frame buffer shows again and again ... interested can also get their own ...) from
Platform: | Size: 329728 | Author: 李大大 | Hits:

[JSP/Javajad

Description: jad是一款JAVA的反编译软件.. 但是所有的操作只能在DOS下进行,我在这里为其增加了GUI功能.操作相对比较简单.-jad is a JAVA decompile the software .. but all the operations carried out only in DOS, I would like to increase its GUI functionality. operation is relatively simple.
Platform: | Size: 23552 | Author: shuxudong | Hits:

[Windows Developfliecutdos

Description: 文件分割器DOS版,和文件分割器GUI版对应,功能还可以-File splitter DOS version, and file browser GUI version of the corresponding partition, functions can also be
Platform: | Size: 9216 | Author: 收注册 | Hits:

[Linux-Unix97288433simplelinuxchat

Description: 这是一个支持"微型嵌入式 GUI" 的 SDK For Linux 版,其 GUI 核心可于 Linux, DOS 16/32 Bit, uC/OS-II及Windows 等平台工作,支持常用控件有:MAINWINDOW主窗口,DLGWINDOW对话框窗 口,BUTTON按钮-This is a support micro-embedded GUI version of the SDK For Linux, the GUI can be the core of Linux, DOS 16/32 Bit, uC/OS-II and Windows platforms, supporting commonly used controls are: MAINWINDOW main window, DLGWINDOW dialog window, BUTTON button
Platform: | Size: 2048 | Author: 王义 | Hits:

[uCOSGENIE-SHELL

Description: uCOSII只提供了操作系统内核,用户要自己添加文件处理、人机界面、网络接口等重要部分。其中Shell(人机界面)提供了人与机器交互的界面,是机器服务于人的体现,是系统必不可少的重要组成部分。现代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人认识OS都是从这里开始的。 由于Skyeye下的仿真串口USART已经实现了中断方式的接收(实际是从键盘接收输入),而且串口输出(实际上是输出到终端屏幕)也已经实现,所以实现一个类似DOS或Bash的简化版Shell并不困难。其本质思想就是:Shell作为一个uC/OSII下的任务,接收用户输入的字符,存储到缓冲区,并回显在屏幕上,以回车键为用户输入的结束信号,随后解析用户输入的命令名称、参数,调用相应的命令函数。一直到这个命令函数运行返回,才继续Shell的人机交互界面。Shell作为一个任务工作于内核之外,占用一个任务号。-err
Platform: | Size: 690176 | Author: haha | Hits:

[Shell apiShell

Description: 基本上shell分两大类:   一:图形界面shell(Graphical User Interface shell 即 GUI shell)   例如:应用最为广泛的 Windows Explorer (微软的windows系列制作系统),还有也包括广为人知的 Linux shell,其中linux shell 包括 X windows manger (BlackBox和FluxBox),以及功能更强大的CDE、GNOME、KD、 XFCE。   二:命令行式 shell(Command Line Interface shell ,即CLI shell)   例如:   bash / sh / ksh / csh(Unix/linux 系统)   COMMAND.COM(MS-DOS 系统)   cmd.exe / 命令提示字符(Windows NT 系统)   Windows PowerShell(支援 .NET Framework 技术的 Windows NT 系统) -Shell is basically divided into two categories: a: a graphical interface shell (Graphical User Interface shell or GUI shell) example: the most widely used Windows Explorer (Microsoft windows family of production systems), there are also well-known Linux shell, which linux shell, including X windows manger (BlackBox and FluxBox), as well as the more powerful of the CDE, GNOME, KD, XFCE. Second: the command line shell (Command Line Interface shell, that is, CLI shell) such as: bash/sh/ksh/csh (Unix/linux systems) COMMAND.COM (MS-DOS systems) cmd.exe/characters in the command prompt (Windows NT system) Windows PowerShell (support. NET Framework technology, Windows NT systems)
Platform: | Size: 447488 | Author: grub | Hits:

[GUI Developtrunk

Description: Win32和dos下的一个简单GUI,C++写的
Platform: | Size: 164864 | Author: tsdeng | Hits:

[Dialog_WindowCompute

Description: 计算器雏形,没有做MFC,正在尝试用QT做界面-the simple computer with DOS.it s tring to use Qt making a GUI.
Platform: | Size: 1657856 | Author: leo | Hits:

[OtherOpenDatcom_v1_1

Description: Datcom软件的GUI版,有界面 比普通的Dos操作要方便的多。用于计算气动数据!-Datcom the GUI version of the software, there are interface than the normal operation of the convenience of multi-Dos. Used to calculate the aerodynamic data!
Platform: | Size: 4474880 | Author: ww | Hits:

[Finance-Stock software systemATM_System

Description: 用C++编写的ATM系统(取款机系统),没有用图像库,完全的DOS程序。-ATM systems written in C++, did not use the GUI, complete DOS programs.
Platform: | Size: 899072 | Author: 时嘉赟 | Hits:

[Chess Poker gamesReversi

Description: 用C语言编写的游戏程序:奥赛罗(黑白棋)。没有GUI,完全的DOS程序。-Reversi Game written in C, There is no GUI, complete DOS programs.
Platform: | Size: 3072 | Author: 时嘉赟 | Hits:

[Chess Poker gamesJingzi_Game

Description: 用C语言写的井字游戏(Tic-Tac),棋盘有9个空格,横竖及对角线有3个就获胜,没有GUI,完全的DOS程序。-Tic-Tac-written with C language games, the board has 9 spaces, horizontal, and diagonal has three to win, there is no GUI, complete DOS programs.
Platform: | Size: 1024 | Author: 时嘉赟 | Hits:

[Internet-NetworkPing

Description: 实现GUI界面的ping功能,与DOS下的ping命令一样-GUI interface to achieve the ping function, and the ping command under DOS as
Platform: | Size: 195584 | Author: 李明 | Hits:

[assembly languageSYBC1.1.42

Description: SYBC 1.1.43 DOS下的命令行GUI工具 用于进行快速方便的彩色字符显示 附带鼠标键盘输入功能 例:SYBN 11010$F1123 456 789-SYBC 1.1.43 DOS command line under the GUI tools for rapid and convenient color character display with mouse and keyboard input cases: SYBN 11010 $ F1123 456 789
Platform: | Size: 3072 | Author: SYBN | Hits:
« 1 2 3 45 »

CodeBus www.codebus.net